MouseWheelEventArgs(int, int, Window)

Constructor

Namespace: Imagini

Declared in: Imagini.MouseWheelEventArgs


Creates a new event args object.

Syntax

public MouseWheelEventArgs(
	int x,
	int y,
	Window window
)

Parameters

x

The amount scrolled horizontally, positive to the right and negative to the left.

y

The amount scrolled vertically, positive away from the user and negative toward the user.

window

Target window. If null, the currently focused one is used.


Back to index